Uses of Class
org.dogtagpki.server.authentication.AuthManagerConfig
Packages that use AuthManagerConfig
Package
Description
-
Uses of AuthManagerConfig in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoid
AgentCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.void
DirBasedAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config, boolean needBaseDN) void
HashAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
PortalEnroll.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.void
SessionAuthentication.init
(AuthenticationConfig authenticationConfig, String instName, String implName, AuthManagerConfig config) void
SSLclientCertAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoid
TokenAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoid
UidPwdPinDirAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) void
UserPwdDirAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initializes the UserPwdDirAuthentication auth manager. -
Uses of AuthManagerConfig in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionvoid
CertUserDBAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoid
NullAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoid
PasswdUserDBAuthentication.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth manager -
Uses of AuthManagerConfig in org.dogtagpki.server.authentication
Fields in org.dogtagpki.server.authentication declared as AuthManagerConfigMethods in org.dogtagpki.server.authentication that return AuthManagerConfigModifier and TypeMethodDescriptionAuthManagersConfig.createAuthManagerConfig
(String name) AuthManagersConfig.getAuthManagerConfig
(String name) Returns auths.instance..* parameters. AuthManager.getConfigStore()
Get the configuration store for this authentication manager.Methods in org.dogtagpki.server.authentication with parameters of type AuthManagerConfigModifier and TypeMethodDescriptionabstract void
AuthManager.init
(AuthenticationConfig authenticationConfig, String name, String implName, AuthManagerConfig config) Initialize this authentication manager.